home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 101-125 / 118 / wiredemo / makefile < prev    next >
Makefile  |  1995-03-13  |  136b  |  11 lines

  1.  
  2.  
  3.  
  4. OBJS= main.o sub.o object.o
  5.  
  6. CFLAGS= +L +Ivd0:include/symbols.m
  7.  
  8. all:    $(OBJS)
  9.     ln +Q $(OBJS) -lsup32 -lm32 -lc32 -o ram:wiredemo
  10.  
  11.